home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / msn / msn_soaputil.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  1KB  |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. from __future__ import with_statement
  5. import MSNUtil
  6. from util import tag
  7.  
  8. ns = lambda ns, name: '%s:%s' % (ns, name)
  9. ns_map = dict(ps = 'http://schemas.microsoft.com/Passport/SoapServices/PPCRL', wsse = 'http://schemas.xmlsoap.org/ws/2003/06/secext', saml = 'urn:oasis:names:tc:SAML:1.0:assertion', wsp = 'http://schemas.xmlsoap.org/ws/2002/12/policy', wsu = 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd', wsa = 'http://schemas.xmlsoap.org/ws/2004/03/addressing', wssc = 'http://schemas.xmlsoap.org/ws/2004/04/sc', wst = 'http://schemas.xmlsoap.org/ws/2004/04/trust')
  10. if __name__ == '__main__':
  11.     from SOAPpy import WSDL
  12.     server = WSDL.Proxy('msnab_servicetypes.wsdl')
  13.     print server.methods.keys()
  14.  
  15.